* gtk/gtkfilesystem.c (get_volumes_list): Fix a memory leak.
Patch by Christian Persch.
svn path=/trunk/; revision=20752
+2008-07-03 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 540612 – mem leak in filechooser
+
+ * gtk/gtkfilesystem.c (get_volumes_list): Fix a memory leak.
+ Patch by Christian Persch.
+
2008-07-04 Tor Lillqvist <tml@novell.com>
Bug 540861 - invalid UTF-8 in input device name
g_object_unref (volume);
}
+
+ g_list_free (volumes);
}
else if (g_drive_is_media_removable (drive) && !g_drive_is_media_check_automatic (drive))
{